* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
authorJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 21:45:31 +0000 (21:45 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 21:45:31 +0000 (21:45 +0000)
changes.

src/editfns.c

index c3fdce29a5d99c747d486cf1ea965cab53a5cc51..352892199edd2b9273cab2a5b10bd3dfa2fca2dc 100644 (file)
@@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
+#include <sys/types.h>
+
 #include "config.h"
 
 #ifdef VMS